You are not logged in Log in Join
You are here: Home » Members » jim » ZDOM-save » IDs for childNodes

Log in
Name

Password

 
 

IDs for childNodes

Issue:

The Object Manager requires that an object and an id are passed in to _setObject to add a new object as its child. The interface for DOM based child additions does not have an ID.

Should the DOM create IDs? or should it be required that the new node added already has an id attribute?

Notes:

Resolution:

Currently, it is required that the new child nodes has an ID attribute defined.